Platform Explorer / Nuxeo Platform 6.0

Extension point factoryDescriptor

Documentation

This extension point can be used to register directory factories.

The XML extension can contain an arbitrary number of factory declarations of the form:

Here, Foo must be a class that implements the org.nuxeo.ecm.directory.DirectoryFactory interface

Contribution Descriptors

  • Class: org.nuxeo.ecm.directory.DirectoryFactoryDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-platform-directory-multi-6.0.jar
    <extension point="factoryDescriptor" target="org.nuxeo.ecm.directory.DirectoryServiceImpl">
        <factoryDescriptor component="org.nuxeo.ecm.directory.multi.MultiDirectoryFactory"/>
      </extension>
  • nuxeo-platform-directory-ldap-6.0.jar
    <extension point="factoryDescriptor" target="org.nuxeo.ecm.directory.DirectoryServiceImpl">
        <factoryDescriptor component="org.nuxeo.ecm.directory.ldap.LDAPDirectoryFactory"/>
      </extension>
  • nuxeo-platform-directory-sql-6.0.jar
    <extension point="factoryDescriptor" target="org.nuxeo.ecm.directory.DirectoryServiceImpl">
        <factoryDescriptor component="org.nuxeo.ecm.directory.sql.SQLDirectoryFactory"/>
      </extension>